home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / command_2.proto.h < prev    next >
Text File  |  1993-11-12  |  897b  |  29 lines

  1.  
  2. /* command_2.c */
  3. int purec_sscanf(const char *, const char *, ...);
  4. int com_line(void);
  5. int do_line(void);
  6. int command(void);
  7. int replotrequest(void);
  8. int plotrequest(void);
  9. int plot3drequest(void);
  10. int define(void);
  11. int get_data(struct curve_points *);
  12. int store2d_point(struct curve_points *, int, double, double, double, double, double);
  13. int adjust_yrange(struct curve_points *);
  14. int grid_nongrid_data(struct surface_points *);
  15. int get_3ddata(struct surface_points *);
  16. int print_points(int);
  17. int print_table(void);
  18. int print_3dtable(int);
  19. int eval_plots(void);
  20. int eval_3dplots(void);
  21. int done(int);
  22. void parametric_fixup(struct curve_points *, int *, double *, double *);
  23. void parametric_3dfixup(struct surface_points *, int *, double *, double *, double *, double *, double *, double *);
  24. int read_line(char *);
  25. int do_help(void);
  26. int do_shell(void);
  27. int do_system(void);
  28. int do_help(void);
  29.